home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / daydreambbs114.lha / Docs / RoboWriter.DOC < prev    next >
Text File  |  1995-06-28  |  851b  |  30 lines

  1. DD-RoboWriter V1.0
  2. ~~~~~~~~~~~~~~~~~~
  3.  
  4.   Adding messages to message base has always been difficult, until now...
  5.   RoboWriter allows you to write message from Shell, ARexx script or
  6.   what ever, even DD doors can use this little program.
  7.  
  8. Commandline parameters
  9. ~~~~~~~~~~~~~~~~~~~~~~
  10. Template is:
  11. CONF/N/A,BASE/N/A,MESSAGE=MSG/K/A,FROM/K/A,TO/K/A,SUBJECT/K/A,PRIVATE/S
  12.  
  13. CONF = Number of conference
  14. BASE = Number of message base
  15. MSG  = Path to the textfile which will be the message
  16. FROM = Message author
  17. TO   = Receiver
  18. SUBJECT = Message subject
  19. PRIVATE = Add this if the message should be private
  20.  
  21. Couple of examples:
  22.  
  23. RoboWriter CONF 1 BASE 2 MSG ram:message FROM SysOp TO All Subject Announcement
  24.  
  25. RoboWriter CONF 1 BASE 1 MSG ram:PwFail FROM Jesus TO SysOp Subject "PW LOST" PRIVATE
  26.  
  27.  
  28. Local and echomail messages are supported, net mail is not.
  29.  
  30.